go/types.Checker.comparison (method)

3 uses

	go/types (current package)
		expr.go#L452: func (check *Checker) comparison(x, y *operand, op token.Token, switchCase bool) {
		expr.go#L779: 		check.comparison(x, &y, op, false)
		stmt.go#L249: 		check.comparison(&res, x, token.EQL, true)